projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a82c126
)
(struct w32_display_info): Add xrdb member to support passing resources via -xrm
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 6 Mar 2003 12:56:56 +0000
(12:56 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 6 Mar 2003 12:56:56 +0000
(12:56 +0000)
on Windows.
src/w32term.h
patch
|
blob
|
history
diff --git
a/src/w32term.h
b/src/w32term.h
index 667bf9a5b453dc8d3b5f300a222ffa5e4eb83176..35aeec62052cbfabe65d3e084bc706bf856a676d 100644
(file)
--- a/
src/w32term.h
+++ b/
src/w32term.h
@@
-134,6
+134,9
@@
struct w32_display_info
/* The cursor to use for vertical scroll bars. */
Cursor vertical_scroll_bar_cursor;
+ /* Resource data base */
+ char *xrdb;
+
/* color palette information. */
int has_palette;
struct w32_palette_entry * color_list;